home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 March / EnigmA AMIGA RUN 25 (1997)(G.R. Edizioni)(IT)[!][issue 1998-03].iso / recent2 / amipeg_1.1_src.readme < prev    next >
Text File  |  1998-02-19  |  3KB  |  85 lines

  1. Short:    MPEG player with support for CyberGraphX
  2. Author:   thorgal@amiga.com.pl,jtlindgr@cc.helsinki.fi,seiler@village.de
  3. Uploader: thorgal@amiga.com.pl
  4. Type:     gfx/show
  5. Replaces: aMiPEG_1.0_src.lha
  6.  
  7. ========================================================================
  8.   aMiPEG 1.1 is a player for MPEG video streams for the Commodore Amiga.
  9.   It is based upon the Berkeley X-Windows player version 2.0, with major
  10.   changes in speed and size.
  11.   Main advantages are much faster decoding of the streams compared with
  12.   other products based on the Berkeley sources, and a real-time scaling
  13.   to fit on a complete HAM screen (no thumbnail animations anymore!).
  14.   If you are using CyberGraphX software from Vision Factory Development
  15.   you can also play MPEG streams in resizeable, true color window on an
  16.   Intuition screen. Version 1.0 adds support for system-streams and
  17.   video hardware found on some gfx-boards.
  18. =========================================================================
  19.  
  20. HISTORY
  21.  
  22.   V0.1    * First public release
  23.     * Some cosmetic changes to be done.
  24.  
  25.   V0.2  * Oops, wrong ZIP code in the snail-mail address
  26.     * Bug with scaling of animations >200 pixel vertical is fixed.
  27.     * Little bit faster & tighter
  28.  
  29.   V0.3  * HAM6 rendering
  30.     * Somehow, the times got mixed up. NOW it renders to HAM8 with
  31.       6.5 fps (was 6.3) on the A4000/040 as the code is somewhat
  32.       streamlined and more parts are moved to assembler.
  33.     * Uses default public screen's mode ID now instead of default monitor's.
  34.  
  35.   V0.4  * Forgot the Multiscan monitor ID (several people mailed me about this;
  36.       really sorry guys)
  37.     * Autodetect non-AGA chipset, force HAM6 in this case
  38.     * Minor speed-up in the iDCT (in fact not worth mentioning)
  39.     * This is an intermediate release; 0.5 will contain the TODO stuff
  40.       listed down there.
  41.  
  42.   V0.5    by Miloslaw Smyk from now on.
  43.     * CyberGraphX support
  44.     * TODO stuff is still "to do"
  45.  
  46.   V0.6
  47.     * command line parsing is now done with ReadArgs()
  48.     * DITHER GRAY support added
  49.     * PUBSCREEN keyword lets you easily select "deep" screen to open
  50.       CyberGraphX window on.
  51.     * MODEID now works with all dithers. You can play MPEGs in HAM
  52.       even if your default screen doesn't support it.
  53.     * fix for streams with width not divisible by 16.
  54.     * framerate control added (useful on "too fast" Amigas).
  55.     * I/O buffer size can be changed from command line.
  56.     * AmigaGuide documentation.
  57.  
  58.   V0.7
  59.     * asynchronous I/O for faster/smoother playback from HD
  60.     * now aMiPEG works with OCS/ECS under Kick v40+, too.
  61.  
  62.   V0.8
  63.     * a long-standing bug in stream parser fixed. Should play more movies now.
  64.     * uses NewLook under Picasso96, too.
  65.     * pressing ESCAPE aborts playback.
  66.     * now uses (and requires) the shared version of asyncio library v39
  67.     * file remained locked after unsuccessful playback
  68.     * recompiled with SAS/C 6.58
  69.  
  70.   V1.0  MAJOR RELEASE (with guest appearance from Jussi T. Lindgren)
  71.     * system-streams (interleaved video and audio) supported. (JTL)
  72.     * YCrCb->RGB and scaling hardware of CV64/3D (and upcoming
  73.       CVPPC/BVPPC) supported. (MS)
  74.     * pattern matching and ASL file-requester (JTL)
  75.     * full screen playback (MS)
  76.  
  77.   V1.1   
  78.     * now also PicassoIV-PIP with YCrCb->RGB and scaling hardware is
  79.       supported, done by Tobias Seiler
  80.     * PIPE: works again
  81.     * LOOP mode with HAM8 display works correctly now
  82.     * minor modifications in stream parser, by Tobias Seiler
  83.     * some small fixes regarding scaling
  84.     * docs updated
  85.